body {
    background:{color:Background};
    font-family:'Montserrat', sans-serif;
    font-weight:normal;
    letter-spacing:1px;
    line-height:13px;
    font-size:9.8px;
    color:{color:Text};
    text-transform:lowercase;
    text-align:justify;
    background-image:url('{image:Background}');!important
    background-position:top left;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:100% auto;
}

small {
    letter-spacing:1px;
    line-height:13px;
    font-size:9.8px;
}

em, i {
    color:{color:Accent Two};
    font-weight:600;
    font-size:8px;
    text-transform:uppercase;
}

b, strong {
    color:{color:Accent One};
    font-family:'Abril Fatface';
    font-size:11px;
    font-weight:normal;
}

::-webkit-scrollbar {
    width:7px; 
    z-index:9;
    background:{color:Container};
}
 
::-webkit-scrollbar-track {
}
 
::-webkit-scrollbar-thumb {
    height:7px;
    background:{color:Accent Two};
}
 
::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
}
 
 
#s-m-t-tooltip {
    max-width:160px;
    margin:15px;
    font-size:8px;
    letter-spacing:1px;
    text-align:justify;
    text-transform:uppercase;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
    font-weight:bold;
    z-index:999999999999999999999999999999999999999999999999;
    color:{color:Accent Two};
    background:{color:Posts};
    transition:all 2s ease-in-out;
}
   
h1 {
    font-family:'Abril Fatface';
    font-size:25px;
    margin-top:0px;
    text-align:center;
    letter-spacing:1px;
    font-weight:normal;
    text-transform:none;
    text-transform:lowercase;
    padding:30px;
    background:{color:Container};
    color:{color:Accent One};
}
   
h2 {
    margin-bottom:10px;
    font-size: 18px;
    font-style:none;
    text-align:left;
    font-weight:bold;
    line-height:100%;
    text-transform:uppercase;
    color:{color:Accent Two};
}
   
h2 i {
    margin-bottom:10px;
    font-size: 18px;
    font-style:none;
    text-align:left;
    font-weight:bold;
    line-height:100%;
    text-transform:uppercase;
}
   
h2 b {
    margin-bottom:10px;
    font-size: 18px;
    font-style:none;
    text-align:center;
    font-weight:bold;
    line-height:100%;
    text-transform:uppercase;
}
   
h5 {
    text-align:center;
    padding:7px;
    margin-top:10px;
}

h4 {
    text-align:center;
    font-size:12px;
    width:200px;
    margin:0px;
    font-weight:normal;
    margin-top:0px;
    padding:5px;
}
 
hr {
    width:50px;
    text-align:center;
    float:center;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
}
   
pre {
    font-size: 11px;
    width:calc({select:Posts Width} - 20px);
    background:{color:Container};
    padding:10px;
    text-align: left;
    word-break: break-all;
}
	
   
a { 
    color:{color:Link};
    text-decoration: none;
    transition:all 2s ease-in-out;
}
 
a:hover {
    color:{color:Accent One};
    text-decoration: none;
    transition:all 2s ease-in-out;
}

blockquote img {
    padding-top:20px;
    padding-bottom:20px;
}

blockquote {
    width:calc({select:Posts Width} - 37px);
    margin-left:5px;
    margin-bottom:15px;
    padding:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:20px;
    border-left:2px solid {color:Accent Two};
}

blockquote blockquote {
    margin-top:-10px;
    margin-bottom:-10px;
    border-color:{color:Accent One};
}

blockquote blockquote blockquote {
    padding-right:5px;
    border-color:{color:Accent Two};
    
}

blockquote blockquote blockquote blockquote {
    width:calc({select:Posts Width} - 87px);
    border-color:{color:Accent One};
}

ul {
    padding:5px;
    margin-left:10px;
}
   
ul li {
    list-style:none;
    margin-left:10px;
    
}
   
ul li:before {
    content:"›";
    font-size:1em; 
    padding-right:.5em;
    position:relative;
    top:.1em;
    color:{color:Accent Two};
    font-weight:bold;
}
 
ol {
    margin-left:-25px;
}
 
 
img {  
    max-width:100%;
    height:auto;
}
#navigation {
    position:fixed;
    left:0;
    top:0;
    display:block;
    background:{color:Accent One};
    height:100%;
    width:100px;
    z-index:99999999999999999999999999999;
}

#navtitle {
    position:absolute;
    left:0;
    bottom:0;
    margin-left:-65px;
    margin-bottom:125px;
    color:{color:Link};
    font-family:'Abril Fatface';
    font-size:25px;
    width:300px;
    height:100px;
    -moz-transform: rotate(270deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);-webkit-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);-o-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);-ms-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
}

#subnavigation {
    
    margin-left:90px;
    width:40px;
    background:{color:Accent Two};
    height:100%;
    left:0;
  
}

#subnavigation #navbar {
    padding-top:12px;
}

#navbar {
    margin:0 auto;
    width:700px;
    text-align:left;
      
}

#navbar span {
    font-size:5px;
    color:{color:Accent One};
}

#navbar a {
    margin:15px;
    color:{color:Link};
    font-size:11px;
    font-weight:normal;
    text-transform:lowercase;
}

#navlinks {
     -moz-transform: rotate(270deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0, 0);-webkit-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);-o-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);-ms-transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);transform: rotate(270deg) scale(1, 1) skew(0deg, 0deg) translate(0, 0);
    width:600px;
    position:absolute;
    left:0;
    bottom:0;
    height:30px;
    margin-left:-182px;
    margin-bottom:290px;
}

#search {
    background:rgba(250,250,250,.1);
    padding:3px;
    border-radius:5px;
    margin-top:-3px;
    float:right;
    margin-right:15px;
    color:{color:Posts};
    height:15px;
    font-family: 'Montserrat', sans-serif;
    width:250px;
}

form {
    float:left;
    display:inline-block;
    text-align:left;
    color:{color:Posts};
    font-family: 'Montserrat', sans-serif;
}

#searchinput {
    border:none;
    outline:none;
    height:0px;
    overflow:hidden;
    visibility:hidden;
    color:{color:Posts};
    background:transparent;
    font-family: 'Montserrat', sans-serif;
    margin-top:-3px;
}

input[type="text"] {
    color:{color:Posts};
    border:none;
    outline:none;
    width:290px;
    letter-spacing:1px;
    border-radius:5px;
    background:transparent;
    float:left;
    font-family: 'Montserrat', sans-serif;
	font-size:9px;
	
}

#sf {
    margin-right:5px;
    padding-top:3px;
    width:245px;
    background: url('https://static.tumblr.com/hax88go/Lkoq0ntqb/search.png')  right no-repeat; 
    background-size: 15px 15px;
    
}


#posts {
    margin-left:200px;
    margin-top:60px;
    margin-bottom:30px;
    width:{select:Posts Width};
    letter-spacing:1px;
    line-height:13px;
    font-size:9.8px;
    position:relative;
    background:{color:Posts};
    padding:30px;
    z-index:999999999;
}

#credit {
    position:fixed;
    bottom:15px;
    right:15px;
    color:{color:Accent One};
    font-size:15px;
}

/* POST STYLES */

#audio {
     padding:20px;
    height:50px;
    background:{color:Container};
}

.tumblr_audio_player {
    height: 90px;
    width: 45px;
    font-size:20px;
    -moz-transform: scale(0.60, 0.60); 
    -webkit-transform: scale(0.60, 0.60); 
    -o-transform: scale(0.60, 0.60);
    -ms-transform: scale(0.60, 0.60);
    transform: scale(0.60, 0.60); 
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
    
#player {
    width: 19px;
    height: 19px;
    margin-top:-55px;
    margin-left:5px;
    background-color: #ffffff;
    padding: 10px;
    font-size:20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
   opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4; 
    transition:opacity .7s ease-in-out;
    -moz-transition:opacity .7s ease-in-out;
    -webkit-transition:opacity .7s ease-in-out;
}
         
#audioimg {
    margin:-20px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    
    display:inline-block;
}

#audioimg img {
    width: 90px;
    height: 90px;  
}
    
#trackdetails {
    width:calc({select:Posts Width} - 140px);
    font-size: 10px;
    line-height:14px;
    display:inline-block;
    padding:10px;
    padding-top:0px;
    margin-bottom:0px;
    float:right;
    margin-top:-43px;
    
}
    
.player {
    display:inline-block;
    width:50px;
}

iframe#youtube_iframe {
    width:{select:Posts Width};
    max-height:100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
    
iframe.spotify_audio_player {
    width:{select:Posts Width};
    max-height:80px;
}

#quote {
    font-size:28px;
    text-align:center;
    font-weight:normal;
    line-height:23px;
    font-family:'Abril Fatface';
    color:{color:Accent One};
}
    
#source {
    text-align:right;
    margin-top:10px;
}

    
#question {
    padding:20px;
    max-height:95px;
    margin-bottom:-1px;
    color:{color:Posts};
    background:{color:Accent One};
}

#asker {
    font-size:13px;
	font-weight:normal;
	text-align:right;
    font-style:normal;
    padding:15px;
    background:{color:Container};
    font-family:'Abril Fatface';
}

#asker b {
    font-weight:bold;
    font-size:13px;
}
    
#asker a{ 
    font-weight:bold;
}

.chat {
    font-size:10px;
}

.odd, .even {
    padding:5px;
    margin:5px;
    border-radius:5px;
}

.even .label {
    font-weight:bold;
    font-size:11px;
    padding-left:4px;
    text-transform:lowercase;
}

.odd .label {
    font-weight:bold;
    font-size:11px;
    padding-left:4px;
    text-transform:lowercase;
}

/* POST INFORMATION & TAGS + POST NOTES */

#info {
    font-size:8px;
    padding:15px;
    margin:-30px;
    margin-top:15px;
    margin-bottom:-30px;
    line-height:10px;
    position:relative;
    background:{color:Borders};
    color:{color:Accent Two};
    text-align:left;
}

#info a:hover {
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

#perma {
    position:absolute;
    right:0;
    font-size:10px;
    margin-top:-10px;
    margin-right:15px;
}

#tag {
    width:calc({select:Posts Width} - 40px);
    margin-left:20px;
    display:inline-block;
    line-height:11px;
}

#tag a {
    margin:0px 7px;
    color:{color:Link};
}

#notes {
    margin-top:-15px;
    margin-right:-10px;
}
    
#notes ol, .notes-bottom ul {
    margin:0px;
    padding: 0;
    list-style: none;
}

#notes li {
    position:relative;
    padding:10px;
    width:calc({select:Posts Width} + 40px);
    margin:5px;
    margin-left:200px;
    margin-bottom:7px;
    font-weight:bold;
    font-size:8px;
    text-transform:uppercase;
    text-align:center;
    background:{color:Posts};
}

#notes li img.avatar {
    border:none;
    margin:;
    width:0;
    padding:0;
}

#notes .note .retags {
    display:none;
    visibility:hidden;
}
    
#notes blockquote {
    display:none;
}

#sidebar {
    width:300px;
    height:350px;
    margin-top:180px;
    margin-left:calc({select:Posts Width} + 330px);
    position:fixed;
    overflow:hidden;
    border-radius:5px;
}

#sidebar img {
    border-radius:100px;
    width:60px;
    height:60px;
}

#title {
    width:200px;
    padding:15px;
    font-size:18px;
    margin-left:65px;
    margin-top:-63px;
    text-transform:uppercase;
    text-align:left;
    color:{color:Accent Two};
    font-family:'Abril Fatface';
}

#title span {
    font-family:'Montserrat';
    font-size:9px;
}

#description {
    margin:20px;
    margin-right:35px;
    margin-left:8px;
    height:auto;
}

#pagination {
    text-align:left;
    width:262px;
    margin-left:5px;
    margin-top:5px;
    position:fixed;
}